home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / zc1750d.arc / ZCOMMDOC.AF < prev    next >
Encoding:
Text File  |  1990-01-22  |  74.3 KB  |  1,771 lines

  1.  
  2.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  3.         ZCOMM User Manual                                                  151
  4.  
  5.         19.  MODES for Data Capture
  6.  
  7.         The modes described in this chapter affect the operation of the f,
  8.         put, wait, and t commands.  The b, n, p, r, w modes are mutually
  9.         exclusive.
  10.  
  11.         All modes except f and n are reset by the call and init commands.
  12.  
  13.         Modes may be set with flags to the conference, create, enable,
  14.         disable, f, open, t, and wait commands.
  15.  
  16.         The call command resets ZCOMM and the communications port to 8 bits no
  17.         parity.
  18.  
  19.         !  Negates the sense of the following mode(s).  The !  modifier is not
  20.            used with the 7 and 8 modes.
  21.  
  22.            EXAMPLE: t -Z!tl enables ZMODEM AutoDownload and turns off throttle
  23.            and line printer output.
  24.  
  25.  
  26.         7e 7o 7m 7s Sets 7 bits plus {Even Odd Marking Spacing} parity for
  27.            transmission with the put, f, and t commands, and file transfers
  28.            using the Kermit protocol.  The parity setting does not affect the
  29.            information content of received characters.[1] If 7e or 7o mode is
  30.            used, each incoming byte of Kermit packets is checked for parity
  31.            for extra accuracy in file transfers.
  32.  
  33.            Some applications require a 7 bit transmission mode.  Even parity
  34.            is often used for TWX and IBM mainframe communications.  7m mode
  35.            sets the parity bit to "marking" (8th bit set to ONE), sometimes
  36.            used with DEC minicomputers and IBM mainframes.
  37.  
  38.            7s mode masks data transmitted by the term function to 7 bits
  39.            (spacing is equivalent to binary 0).
  40.  
  41.            If a paritied mode is specified, the term function counts each
  42.            character received with the opposite parity as an uncorrected
  43.            error.
  44.  
  45.            The call command resets ZCOMM and the communications port to 8 bits
  46.            no parity (8n).
  47.  
  48.            EXAMPLE: ena -E7e enables Error Containment(TM) with 7 bits even
  49.  
  50.  
  51.         __________
  52.  
  53.          1. The term function normally strips the parity bit unless 8g
  54.             (graphics) mode is set.
  55.  
  56.  
  57.  
  58.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  59.  
  60.  
  61.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  62.         ZCOMM User Manual                                                  152
  63.  
  64.            parity.
  65.  
  66.  
  67.            SEE ALSO: E mode
  68.  
  69.         8n Sets 8 bits no parity (default) for transmission with the Kermit,
  70.            and t commands.  The call command resets ZCOMM and the
  71.            communications port to 8 bits no parity (8n).
  72.  
  73.         8g Some PC based bulletin boards send line drawing characters intended
  74.            for IBM display adapters encoded with the 8th bit set.  8g mode
  75.            uses 8 data bits with no parity.  All 8 bits are also passed to the
  76.            display, allowing the special graphics characters to be displayed,
  77.            including those sent by many IBM-PC bulletin boards.  8g mode must
  78.            not be used when the remote is sending 7 bits with marking, even,
  79.            or odd parity,
  80.  
  81.         8o 8e 8e sets the hardware to 8 bits even parity; 8o sets the hardware
  82.            to 8 bits odd parity.  The 8e and 8o modes are used only with very
  83.            specialized applications.  No known dial-up systems use either of
  84.            these modes.  Most modems do not support 8e or 8o mode.
  85.  
  86.         A  Sends characters from the remote to DOS, bypassing ZCOMM's CRT
  87.            driver.  A mode allows a screen driver such as FCONSOLE.DEV to
  88.            pcocess extended ANSI or special terminal codes which ZCOMM would
  89.            not otherwise understand.  The A mode affects the term function
  90.            only.  When using the A mode, the term function status line should
  91.            be disabled with a "display stat=off" command if the display driver
  92.            uses all 25 CRT lines.  Fansi-Console(TM) or other drivers with
  93.            definable scrolling regions may be set to scroll only the top 24
  94.            lines, leaving the 25th line free for ZCOMM's status information.
  95.            WARNING: Fansi-Console and ANSI.SYS allow input data from the
  96.            remote to redefine keys and/or cause commands to be executed.  Such
  97.            capabilities pose a security breach.  For example, an innocuous
  98.            looking message could contain an invisible escape sequence to make
  99.            your "keyboard" issue "del \COMMAND.COM" the next time you strike
  100.            the ESC key.
  101.  
  102.            EXAMPLE: display stat=off;  t -A disables Zcomm's status line and
  103.            routes characters from the remote to DOS standard output.
  104.  
  105.  
  106.            SEE ALSO: list command
  107.  
  108.         a  Addlf adds a linefeed to each carriage return received from the
  109.            remote.  This is displayed as newline (return/linefeed).  The same
  110.            action takes place if addlf is in effect when the term function is
  111.            writing the circular buffer to a file.  This mode is useful when
  112.            the data from the remote contains carriage returns but no
  113.            linefeeds.  The a mode may be used with the s (Strip control
  114.            characters) mode.
  115.  
  116.  
  117.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  118.  
  119.  
  120.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  121.         ZCOMM User Manual                                                  153
  122.  
  123.            NOTE: i (image) mode supersedes a mode.
  124.  
  125.            EXAMPLE: read nolffile.txt; create -a withlf.txt; w; close reads
  126.            nolffile.txt into the circular buffer, then writes it to withlf.txt
  127.            with linefeeds added.
  128.  
  129.  
  130.         b  Binary mode of file transmission with the f file command.  All 8
  131.            bits are sent.  This is handy for uploading binary files using the
  132.            f command to adjacent machines without any useful file transfer
  133.            protocol.
  134.  
  135.            Don't confuse this mode with the protocol file transfer commands
  136.            which send files with error correcting protocols.  Also don't
  137.            confuse this with the i mode which affects files received with the
  138.            term function.
  139.            NOTE: The fput command can also be used to send a binary file when
  140.            no monitoring of the remote's responses is needed.
  141.  
  142.            EXAMPLE: f -b binfile
  143.  
  144.  
  145.         c, C Compuserve mode allows the remote computer to invoke the
  146.            Compuserve B protocol.  c causes formfeed from the remote to clear
  147.            the screen, C does not.  When enabled with c or C mode, the
  148.            Compuserve B protocol uses ENQ and DLE for special functions.
  149.  
  150.            EXAMPLE: t -c
  151.  
  152.  
  153.            SEE ALSO: w numeric parameter
  154.  
  155.         D  Delays detection of carrier detect loss.  * When carrier detect is
  156.            lost, D mode causes ZCOMM to wait up to two seconds for carrier
  157.            detect to return.  If carrier detect returns within that two
  158.            seconds, ZCOMM pauses another two seconds to allow the modems time
  159.            to stabilize.  D mode allows file transfers to continue in the
  160.            presence of interruptions from call waiting or cellular radio
  161.            communications dropouts.  The modem's carrier dropout timer must be
  162.            lengthened to two seconds to accomodate such droputs without
  163.            disconnecting by adding a Hayes S10=20 command to the modem
  164.            initialization string sent by the dial telephone directory entry.
  165.  
  166.         d  (Dropout) Suppresses the No Carrier Detect message otherwise
  167.            generated by the term function and protocol file transfers when the
  168.            communications port detects a loss of carrier detect.  This mode is
  169.            useful when operating with direct connections that do not properly
  170.            drive the carrier detect line.  The call command sets d mode; the
  171.            standard dialing scripts cancel it when the modem reports a
  172.            connection.
  173.  
  174.  
  175.  
  176.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  177.  
  178.  
  179.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  180.         ZCOMM User Manual                                                  154
  181.  
  182.            EXAMPLE: ena -d
  183.  
  184.  
  185.         E  Error Containment(TM) When the remote is transmitting continuously,
  186.            a single "line hit" may garble many characters before the hardware
  187.            can recover.  E mode makes the term function send an XOFF (^S)
  188.            character to stop the transmission of data when a "line hit" is
  189.            detected.  A line hit is detected by the presence of a break signal
  190.            or framing error.  If the 7e, 7o, 7m, or 7s mode is set, ZCOMM also
  191.            detects parity errors as line hits.[2] After a brief pause, an XON
  192.            (^Q) is sent to resume transmission.
  193.  
  194.            E mode does not effect protocol transfers.  It is effective only
  195.            when the remote recognizes XOFF to stop transmission.  E mode
  196.            cannot be used with programs such as EMACS which use ^S and ^Q as
  197.            editing commands; it should not be used with X.PC.
  198.  
  199.            EXAMPLE: create -+E7e capture.fil creates capture.fil for output,
  200.            appending it to any existing instance of the file, enabling 7 bits
  201.            even parity and Error Containment.
  202.  
  203.  
  204.            SEE ALSO: E and e numeric parameters
  205.  
  206.         e  EMACS editors and a few other programs use the ASCII flow control
  207.            characters XON and XOFF as commands.  These characters cannot be
  208.            used for their normal flow control functions with EMACS.  Emacs
  209.            mode suppresses the automatic transmission of XOFF (^S) and XON
  210.            (^Q) when ZCOMM's circular buffer fills up.  Opening a receive file
  211.            with the t file command cancels EMACS mode, but it may be turned
  212.            back on later.  ("t -e file" won't activate e mode.)
  213.  
  214.            When capturing data to a file with e (Emacs) mode on, the user must
  215.            manually stop the data from the remote and dump the buffer with the
  216.            w command or the Alt-W key.  Keyboarded characters automatically
  217.            trigger a buffer write.
  218.  
  219.            EXAMPLE: create capturefile; t -e
  220.  
  221.  
  222.            SEE ALSO: j mode
  223.  
  224.  
  225.  
  226.  
  227.         __________
  228.  
  229.          2. Many medium speed modems, including 1200 and 2400 bps units, do
  230.             not generate framing errors in response to line hits.  When such
  231.             modems are used, parity must be used to detect line hits.
  232.  
  233.  
  234.  
  235.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  236.  
  237.  
  238.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  239.         ZCOMM User Manual                                                  155
  240.  
  241.         f  Full duplex.  ZCOMM does not echo keyboarded characters to the
  242.            screen.
  243.  
  244.         FN Sets the pattern match fail time for the current wait command to N
  245.            seconds absolute.
  246.  
  247.            EXAMPLE: wait -F5 searches for a pattern match, and will fail after
  248.            five seconds.
  249.  
  250.  
  251.         fN Sets the pattern match fail time for the current wait command to N
  252.            seconds of inactivity.
  253.  
  254.            EXAMPLE: wait -f5 searches for a pattern match, and will fail after
  255.            five seconds of inactivity.
  256.  
  257.  
  258.            SEE ALSO: f numeric parameter
  259.  
  260.         g  resumes sending the file once in the term function, equivalent to
  261.            an XON character.  Disabling g causes a file queued for
  262.            transmission to wait for an XON character.  Enabling g mode (ena
  263.            -g) will resume file transmission after a grab command.
  264.  
  265.            SEE ALSO: grab command
  266.  
  267.         G, GG G mode (the default) allows the term function to recognize XON
  268.            and XOFF flow control.  A number of characters may be sent before
  269.            ZCOMM responds to XOFF.  GG mode prevents the term function from
  270.            recognizing XON and XOFF flow control.
  271.  
  272.            As a special case, disabling G mode allows the interrupt driven
  273.            output routines in ZCOMM to respond immediately to XOFF and XON
  274.            characters instead of waiting for the term function to receive and
  275.            act upon them.  A consequence of this selection is that the term
  276.            function may be "stuck" waiting for the interrupt level routines,
  277.            while at the same time the interrupt level routines are "waiting"
  278.            for an XON character.  A spurious XOFF or lost XON character can
  279.            cause this deadlock.  The S numeric parameter should be set to an
  280.            appropriate value to allow timeout and recovery from this
  281.            condition.
  282.  
  283.            EXAMPLE: f -!G asciifile.txt
  284.  
  285.  
  286.         H,h Half Duplex Displays keyboarded characters as they are sent to the
  287.            host.  H mode causes keyboarded carriage return to be echoed as
  288.            cr/lf.
  289.  
  290.            Two half duplex modes are provided to match computer systems that
  291.            send a linefeed in response to carriage return ("t -h") and others
  292.  
  293.  
  294.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  295.  
  296.  
  297.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  298.         ZCOMM User Manual                                                  156
  299.  
  300.            that give no echo at all to carriage return ("t -H").
  301.  
  302.            SEE ALSO: h numeric parameter
  303.  
  304.         i  If a file is being received with the Term function, Image mode
  305.            allows all characters received, including NULLS, to be output when
  306.            the capture buffer is written to disk.  Image mode makes the review
  307.            function act upon ESCAPE characters.  Image mode overrides the a, s
  308.            and z modes.  Image mode does not override the A, c, C or Z modes,
  309.            and does not control the parity bit.
  310.  
  311.            EXAMPLE: t -i
  312.  
  313.  
  314.            SEE ALSO: I, v and 8g modes, ALT-I key, fget command
  315.            The fget command is faster as there is no display of the received
  316.            data.
  317.  
  318.            Image mode does not affect transmitted data.[3]
  319.  
  320.         I  Super Image mode sets completely transparent 8 bit data capture
  321.            with the term function.  In addition, the A, c, C, and Z modes are
  322.            superceded, XON, XOFF, ENQ are not executed.  Super Image mode is
  323.            useful for capturing binary data from sources that require keyboard
  324.            or script intervention.  If the incoming data contains random
  325.            escape sequences, ZCOMM's terminal emulation decoding of escape
  326.            sequences should be suppressed.  Either v mode should be set, or a
  327.            display dumb command should be given.
  328.  
  329.         J  On Unix and Xenix systems, the J mode smooths the display of data
  330.            coming from slow serial lines by accepting data in smaller chunks.
  331.            It may be used for interactive applications where jerky output is
  332.            unesthetic.  J mode increases CPU utilization and context switching
  333.            overhead.
  334.  
  335.            SEE ALSO: ALT-J
  336.  
  337.         j  * The jabberwrite mode causes the term function to dump the
  338.            circular buffer to disk once a second if a receive file is open,
  339.            without interrupting the data flow from the remote.  This avoids
  340.            the delay required when dumping the entire buffer to disk, but may
  341.            cause loss of data if the output device is too slow, or if its
  342.            driver software inhibits data interrupts from the remote.  It
  343.            should not be used with the PCjr because the PCjr disk cannot
  344.  
  345.  
  346.         __________
  347.  
  348.          3. The b (Binary) mode modifies files transmitted with the term
  349.             function.
  350.  
  351.  
  352.  
  353.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  354.  
  355.  
  356.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  357.         ZCOMM User Manual                                                  157
  358.  
  359.            overlap i/o with disk activity.
  360.  
  361.            EXAMPLE: t -j
  362.  
  363.  
  364.         K  Enables automatic downloading of files with the Kermit protocol.
  365.            The y mode applies to Kermit AutoDownload.
  366.  
  367.         l  (letter l) List unit (Printer) on.  Since ZCOMM buffers the
  368.            printer, it needn't be as fast as the incoming data as long as the
  369.            buffered data doesn't exceed the circular buffer size.  The rewind
  370.            command may be used to get extra copies of the received data
  371.            (assuming it all fits in the circular buffer).  The list unit is
  372.            accessed with the rom bios printer interface (int 17h).
  373.  
  374.            EXAMPLE: t -l enables printer spooling.
  375.  
  376.  
  377.            EXAMPLE: disable -l disables printer spooling.
  378.  
  379.            NOTE: If ZCOMM is terminated before all of the circular buffer is
  380.            output to the printer, the remainder of the data will be lost.
  381.  
  382.            SEE ALSO: The ALT-L key toggles printing starting with next
  383.            character received from the remote.  The l numeric parameter
  384.            selects the printer device.  The lpnono string parameter allows
  385.            unwanted control characters to be filtered from the printer.
  386.  
  387.         n  sends newline (lf) only when transmitting a file with the term
  388.            function (no CR).  Keyboarded CR is sent as a newline.  When
  389.            receiving a file to disk with the term function, Newline is stored
  390.            on disk as CR LF.  n mode causes newlines to be displayed as CR LF.
  391.            The n mode is not reset by the call command.
  392.  
  393.            EXAMPLE: f -n file
  394.  
  395.  
  396.         p,P When transmitting a file with the term function, the contents of
  397.            eolstr (CR by default) are sent at the end of each line.  Prompt
  398.            mode then waits for a prompt character ( g numeric parameter[4])
  399.            from the remote after each line transmitted from a file.  If GOchar
  400.            is not received, the wait times out and transmission proceeds in
  401.            the same manner as with w mode.  The duration of this timeout is
  402.            controlled by the p numeric parameter.  The q numeric parameter
  403.            controls the pause between recognizing GOchar and resuming
  404.  
  405.  
  406.         __________
  407.  
  408.          4. The default for numeric parameter g (GOchar) is linefeed .
  409.  
  410.  
  411.  
  412.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  413.  
  414.  
  415.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  416.         ZCOMM User Manual                                                  158
  417.  
  418.            transmission.  This pause is not reset by characters from the
  419.            remote.
  420.  
  421.            EXAMPLE: f -p file
  422.  
  423.  
  424.            SEE ALSO: g, p, q numeric parameters
  425.  
  426.            As a convenience, P mode implicitly sets GOchar to 17.  As a
  427.            special case, if GOchar is set to 17 (called XON, DC1, or ^Q)
  428.            before the p mode is set, file transmission is stopped until an XON
  429.            is keyboarded or received from the remote.
  430.  
  431.            EXAMPLE: f -P file
  432.  
  433.  
  434.         q  Setting q mode causes the term function to guarantee the contents
  435.            of the circular buffer have been written to disk[5] and then
  436.            transmit the answerback string parameter in response to ENQ.  An
  437.            ACK from the local keyboard or a transmitted file also transmits
  438.            the answerback.  An EOT or carrier loss closes the receive file and
  439.            exits the term function.
  440.  
  441.         Q  Quiet inhibits the term function display of data from the remote.*
  442.            The status line, ZCOMM messages, and output from utility commands
  443.            are not affected.  The Q mode may be used to suppress unwanted
  444.            characters during modem initialization, logins, etc.
  445.  
  446.            SEE ALSO: display inhibit command
  447.  
  448.         r  CRmode sends the contents of eolstr (CR by default) at the end of
  449.            each line transmitted from a file with the f command.  There is no
  450.            pause at the end of each line.
  451.  
  452.            EXAMPLE: f -r file
  453.  
  454.  
  455.         S  SuperStrip mode strips Form Feed (FF) from the file in addition to
  456.            the actions of s mode.
  457.  
  458.            EXAMPLE: t -S capture.txt
  459.  
  460.  
  461.  
  462.  
  463.         __________
  464.  
  465.          5. On DOS, the file is written, closed, and reopened.  The TWX
  466.             protocol assumes that transmitted information has been safely
  467.             stored before an answerback is sent in response to ENQ.
  468.  
  469.  
  470.  
  471.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  472.  
  473.  
  474.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  475.         ZCOMM User Manual                                                  159
  476.  
  477.         s  Strip all Control Characters except LF, FF, HT, and BS when
  478.            capturing to a file with the term function.  Most escape sequences
  479.            are completely removed, especially common ANSI codes for setting
  480.            colors and positioning.  In s mode, a BS character causes ZCOMM to
  481.            attempt to erase the previous character from the output file with
  482.            an fseek() function call.  This is guaranteed to work only if the
  483.            output is to a disk file and sufficient characters come after the
  484.            BS to overlay the "erased" character.[6] An LF is stored in the
  485.            file as CR LF to make up for the CR that is discarded in s mode.
  486.            XON, XOFF, and DEL (RUBOUT) do not display when s mode is in
  487.            effect.  The a (Addlf, add linefeed to carriage return) mode may be
  488.            used with the s mode.
  489.            NOTE: i (image) mode supersedes s mode editing.
  490.  
  491.            When displaying file(s) with the cat, more, type, page, bro/v, and
  492.            bro/p commands, stop when ^Z (CP/M EOF) is read.
  493.  
  494.         sss In addition to the above, sss inhibits the display of blank lines.
  495.  
  496.            SEE ALSO: display vt100 command
  497.  
  498.         t  Some remote systems cannot accept input at full speed.  Throttle
  499.            mode slows the sending of characters to the remote.  The speed is
  500.            controlled by the t numeric parameter.  The default value slows
  501.            transmission to about 50 words per minute.  The t mode does not
  502.            affect protocol transfers.
  503.  
  504.            EXAMPLE: f -t command.fil
  505.  
  506.  
  507.            SEE ALSO: t numeric parameter
  508.  
  509.         TN Sets the pattern match fail time for the current wait command to N
  510.            seconds absolute.  In addition, the term function will return
  511.            (without matching any patterns) after an enabled Kermit,
  512.            Compuserve-B, or ZMODEM automatic file transfer (successful or
  513.            otherwise).
  514.  
  515.            EXAMPLE: wait -T99 searches for a pattern match, and will fail
  516.            after 99 seconds.
  517.  
  518.  
  519.         u  Enables Upper case conversion of keyboard and file characters sent
  520.            with the term function (t, f, F2 commands).  The answerback and
  521.            programmed strings are not affected.  Protocol file transfers are
  522.  
  523.  
  524.         __________
  525.  
  526.          6. This backspace simulation does not stop at a virtual left margin.
  527.  
  528.  
  529.  
  530.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  531.  
  532.  
  533.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  534.         ZCOMM User Manual                                                  160
  535.  
  536.            not affected.
  537.  
  538.            EXAMPLE: ena -u
  539.  
  540.  
  541.            SEE ALSO: ALT-U key
  542.  
  543.         v  View control characters as ^C.  In addition to the above, vv mode
  544.            denotes characters with the parity bit set by prepending a tilde
  545.            (~).  Finally, vvv mode prints incoming characters in hex.* The v
  546.            modes override the A, c, C, and Z modes.
  547.  
  548.            EXAMPLE: t -iv bincapt.fil captures binary data from the modem to
  549.            bincapt.fil, with control characters displayed legibly.
  550.  
  551.            NOTE: View mode is distinct from view option.
  552.  
  553.         w  Wait mode.  When sending files with the term function, send the
  554.            contents of eolstr (CR by default) at the end of each line, and
  555.            then wait until echoes from the remote have stopped.  Useful for
  556.            sending files to bulletin boards where the remote needs time to
  557.            prepare for the next text line.  The p numeric parameter controls
  558.            the length of this wait, which is reset by each character received
  559.            from the remote.
  560.  
  561.            EXAMPLE: f -w file
  562.  
  563.  
  564.         W  Enable writing from the circular buffer to capture file (default
  565.            enabled).* The echof and echoc commands are not affected.
  566.  
  567.            SEE ALSO: ki command
  568.  
  569.         x,X EXit from the term function when EOF is encountered on transmitted
  570.            file.  In addition, X mode causes the term function to exit when
  571.            the file upload is interrupted by reading a character matching the
  572.            value of the m numeric parameter.  The x mode is the standard way
  573.            for a script to regain control after uploading a file with the term
  574.            function.
  575.  
  576.            EXAMPLE: f -x upload.txt
  577.  
  578.  
  579.            SEE ALSO: m numeric parameter
  580.  
  581.         y  Yes it is OK to clobber a file already on disk when receiving to a
  582.            file.  If absent, the operator is given a choice of appending to
  583.            the current file (a), erasing it (y) or aborting (n).  This mode is
  584.            reset at each command line and at each obey and function key,
  585.            pattern action, or downloaded command.  This mode is not allowed if
  586.            ZCOMM is Restricted.
  587.  
  588.  
  589.         (C) 1989 Omen Tech Inc                                Chapter 19 Modes
  590.  
  591.  
  592.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  593.         ZCOMM User Manual                                                  161
  594.  
  595.         Z  (Case is significant!) enables ZMODEM AutoDownload of commands and
  596.            files when the term function is active (this is the default).  The
  597.            term function recognizes ZMODEM AutoDownload at 300 bps and higher
  598.            speeds.
  599.  
  600.            EXAMPLE: dis -Z disables ZMODEM AutoDownload.
  601.  
  602.  
  603.            ZMODEM AutoDownload performs a security check to reject Trojan
  604.            Horse messages.  The challenge may be disabled with an ena -yZ
  605.            command, resulting in a time savings when using some modems.
  606.  
  607.         z  Close file when CPMEOF (^Z) is encountered while writing the
  608.            capture buffer.  z mode also appends a CTRL-Z (CP/M EOF) to the end
  609.            of files created with the apd, create, t file, browse/a, browse/A,
  610.            review/w, review/W, and > commands.  Otherwise, ^Z is ignored.
  611.  
  612.         +  When receiving to a file already on disk, append the new data to
  613.            the old file.  This mode is reset at each command line and at each
  614.            obey and function key, pattern action, or downloaded command.  This
  615.            mode is not allowed if ZCOMM is Restricted.
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.         (C) 1989 Omen Tech Inc                        Chapter 19 Term Function
  649.  
  650.  
  651.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  652.         ZCOMM User Manual                                                  162
  653.  
  654.         20.  TERM FUNCTION
  655.  
  656.         Interactive conversation with the remote is controlled by the term
  657.         function.  The term function provides the conversational link between
  658.         the keyboard, display, printer, and the remote computer.  ZCOMM's term
  659.         function also controls the capture of data from the remote, "non-
  660.         protocol" sending of files and commands, and recognition of the
  661.         remote's responses (pattern searches).
  662.  
  663.         The term function is entered by the F2, f, put, putw, t and wait
  664.         commands, and by the rx and sx commands when the t option is used.
  665.  
  666.         Normally, the term function acts upon keyboarded characters
  667.         immediately.  If the term function is sending a string with the put or
  668.         putw commands, or if the keyboard has been locked with the kbdlock
  669.         command, keystrokes are not drained from the keyboard buffer.  If ANSI
  670.         KAM (Keyboard Action Mode) escape sequence has been received,
  671.         keystrokes are discarded with a bleep of the bell.
  672.  
  673.         Normal ASCII printing and control characters are sent to the remote.
  674.         Some keys may be redefined with the set command.  NUKE (ALT-N) returns
  675.         control to the main command prompt.  The term function returns to its
  676.         caller when an F1 or ALT-X key is struck.
  677.  
  678.         A carrier detect loss during a pattern search or a satisfied search[1]
  679.         cause the term function to return.  Counting the error count (e
  680.         numeric parameter) UP TO 0 makes the term function return.  An ETX or
  681.         EOT received from the remote when q mode is on also does the trick.
  682.         Finally, an EOF on a file uploaded with x mode, or a match on a file
  683.         uploaded with X mode makes the term function return.
  684.  
  685.         20.1  Major Modes of Operation
  686.  
  687.         The term function can operate in several Major Modes affecting
  688.         keyboarded characters.[2]
  689.  
  690.         Terminal Emulation Normal mode operates according to the terminal
  691.              emulation selected.  Keyboard mapping with set and mk commands is
  692.              effective.
  693.  
  694.         Conference The conference command (described at the end of this
  695.              chapter) provides local editing of keyboarded characters before
  696.              transmission.
  697.  
  698.  
  699.         __________
  700.  
  701.          1. Unless the c modifier was used
  702.  
  703.          2. Not all Major Modes are supported on all operating systems.
  704.  
  705.  
  706.  
  707.         (C) 1989 Omen Tech Inc                        Chapter 20 Term Function
  708.  
  709.  
  710.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  711.         ZCOMM User Manual                                                  163
  712.  
  713.         Chat The chat command links two keyboards interactively.
  714.  
  715.         Doorway Doorway is activated with the ALT-= key to allow function and
  716.              alt keys to be passed to certain BBS systems.
  717.  
  718.         Scancode Scancode passes raw scancodes to VP/ix and similar
  719.              applications.
  720.  
  721.  
  722.         20.2  Command Characters
  723.  
  724.         In the term function, soft key definitions override the keys' normal
  725.         functions.
  726.  
  727.         ALT-= Toggles the term function keyboard handling between normal,
  728.           doorway, and scancode operation.
  729.  
  730.           In doorway operation, ALT, cursor, and function keys are transmitted
  731.           as NULL followed by the raw scan code.  This is especially useful
  732.           when operating the PC Board ProDoor full screen editor.
  733.  
  734.           In scancode mode, raw scan codes are transmitted for use by VP/ix
  735.           and other programs that require raw IBM keyboard scan codes.
  736.  
  737.           Both doorway or scancode operation override all term function key
  738.           bindings escept for ALT-= which toggles between these forms of
  739.           operation.
  740.  
  741.         Backspace Normally the term function sends backspace to the remote
  742.           without any special processing.  This is ideal for most systems
  743.           where backspace implies deletion of the character immediately to the
  744.           left of the cursor.  Other systems, including VMS, use RUBOUT for
  745.           this function.  The GCOS system uses the # character for this
  746.           function.  The special requirements of these systems can be
  747.           optimally accomodated by assigning a string or series of commands to
  748.           the BS key.  Chapter 99 provides some examples.
  749.  
  750.         F1, ALT-X Return from the term function.  ALT-X is an alternate to F1
  751.           in case the user has assigned his own string or command to F1.
  752.  
  753.         F2, PgUp, PgDn, ALT-R Enter the review function displaying data
  754.           starting with either the first character received after the last
  755.           character keyboarded (except space, Ctrl-Q, or Ctrl-S), or about 48
  756.           lines back if less than 400 characters have been received since the
  757.           last character keyboarded.  This allows the output from the last
  758.           command to be conveniently reviewed.  Review then awaits the next
  759.           command.
  760.  
  761.           F2 followed by "k" is a handy way to clear both the screen and the
  762.           circular buffer.
  763.  
  764.  
  765.  
  766.         (C) 1989 Omen Tech Inc                        Chapter 20 Term Function
  767.  
  768.  
  769.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  770.         ZCOMM User Manual                                                  164
  771.  
  772.         Up Enter remote command recall and select the previous remote command
  773.           for editing in the status line.  Backspace, and Ctrl-W may be used
  774.           for editing the line.  Ctrl-U and Ctrl-X clear the line's contents
  775.           and restore normal term function operation.
  776.  
  777.         Down Enter remote command recall and select the next remote command
  778.           for editing in the status line.
  779.  
  780.         Home Enter review function, displaying text starting at the beginning
  781.           of the buffer.  ALT-R is an alternate to F2 in case the user has
  782.           assigned his own string or command to F2.
  783.  
  784.         F3...F10, FS1...FS4 Chapter 15 describes the functions that the
  785.           "setup" entry in the sample PHODIR.t file assigns to these keys.
  786.  
  787.         Ctrl-Break Sends a 200 millisecond (default) break signal to the
  788.           remote.  The function of this key may be reassigned with a set
  789.           command.
  790.           NOTE: Some modems do not correctly pass a break signal to the
  791.           remote.
  792.  
  793.         Ctrl-Shift-2 Some remote computer systems may require sending the NULL
  794.           (000) character.  NULL may be keyboarded by Ctrl-Shift-2.
  795.  
  796.         ^F Iff q (TWX) mode is in effect, transmit the string parameter
  797.           answerback to the remote.  This is equivalent to HEREIS on a
  798.           Teletype(TM) machine.
  799.  
  800.         Enter Iff n mode is set, send a newline (LF).  Otherwise, send the
  801.           contents of entstr (default CR) to the remote.
  802.  
  803.         ^Q Iff a transmit file is open and its transmission has been stopped
  804.           by a XOFF, transmission is resumed.  Resumes counting of the
  805.           inactivity timeout associated with the wait and pattern commands.
  806.           Otherwise no special treatment.
  807.  
  808.         Rubout The ASCII delete (rubout) character (hex 7F, octal 177) is
  809.           generated by Ctrl-Backspace (the left arrow above the ENTER key on
  810.           the PC keyboard).  The "Del" key near the lower right of the
  811.           keyboard does not generate delete, but may be programmed to do so
  812.           with a "set fdel \177" command.
  813.  
  814.         ^S Iff a transmit file is open, transmission is stopped.  Otherwise ^S
  815.           is transmitted.  ^S also suspends counting of the inactivity timeout
  816.           associated with the wait and pattern commands.
  817.  
  818.         ALT-B Sends a 100 millisecond break signal to the remote.
  819.           NOTE: Some modems do not correctly pass the break signal to the
  820.           remote.
  821.  
  822.  
  823.  
  824.  
  825.         (C) 1989 Omen Tech Inc                        Chapter 20 Term Function
  826.  
  827.  
  828.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  829.         ZCOMM User Manual                                                  165
  830.  
  831.         ALT-N The NUKE key exits from the term function with a message and
  832.           cancels any scripts or functions that may have been executing.
  833.  
  834.         ALT-1 Prompts for a DOS command, then executes that command as a
  835.           subroutine.
  836.  
  837.           EXAMPLE: ALT-1 whereis *.lst
  838.  
  839.  
  840.         ALT-2 Prompts for a ZCOMM command, then executes that command.  A
  841.           particularly useful command is "create file" which creates a capture
  842.           file without having to return to the main command prompt.  Care
  843.           should be exercised not to force excessive recursion by issuing a
  844.           command (such as t or f) which would invoke the term function
  845.           recursively.
  846.  
  847.           EXAMPLE: ALT-2 create capture.fil
  848.  
  849.  
  850.           EXAMPLE: ALT-2 display vt100
  851.  
  852.  
  853.         ALT-E Resets the elapsed time indication to zero.
  854.  
  855.         ALT-F Full Duplex resets local echo of keyboarded characters.
  856.  
  857.         ALT-H Toggles Half duplex in the sequence 0 (full duplex), 1 (local
  858.           echo), and 2 (local echo CR as CR LF).  SEE ALSO: h numeric
  859.           parameter
  860.  
  861.         ALT-I Three way toggle of i and I (Image) mode.  When toggling to I
  862.           (super image) mode, ZCOMM's display emulation is set to dumb to
  863.           disable all escape sequences, most importantly those that do strange
  864.           things when used in the wrong context.  When toggling out of I mode,
  865.           dumb terminal emulation is turned off.
  866.  
  867.         ALT-J Toggles j (Jabberwrite) mode (q.v.).*
  868.  
  869.         ALT-K Displays the contents of the soft keys.
  870.  
  871.         ALT-L Ctrl-PrtSc Toggles the line printer on flag.  If the printer is
  872.           being turned on, printing commences with the next character received
  873.           from the remote.
  874.  
  875.         ALT-M Toggles keyboard mapping.
  876.  
  877.           SEE ALSO: display mapkb command
  878.  
  879.         ALT-O Toggles the Overstrike display mode, and restores the normal CRT
  880.           attribute.
  881.  
  882.  
  883.  
  884.         (C) 1989 Omen Tech Inc                        Chapter 20 Term Function
  885.  
  886.  
  887.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  888.         ZCOMM User Manual                                                  166
  889.  
  890.         ALT-P Toggles the parity the term function uses between 8 bits no
  891.           parity, 8 bits graphics, 7 bits plus even parity, 7 bits plus odd
  892.           parity, 7 bits marking parity (8th bit set), and 7 bits spacing
  893.           parity (8 bit reset).
  894.  
  895.         ALT-V Four way toggles v mode between normal, show control characters
  896.           as ^C, denote characters with parity bit (in addition to the above)
  897.           set by prepending a tilde (~), and display all characters in hex.*
  898.  
  899.         20.3  Control Characters
  900.  
  901.         The following characters are recognized by the term function when they
  902.         are received from the remote.
  903.  
  904.         ENQ, DLE If c or C (Compuserve) mode and v mode is not in effect,
  905.           engage the Compuserve B+ Protocol.  This protocol is used with the
  906.           FILTRN program and the SIG/ACCESS DOW and UPL commands.  See
  907.           Compuserve's CP-MIG user group documentation for more information.
  908.           Iff enabled, these codes are acted upon when drained from the
  909.           interrupt input buffer and are not passed to the circular buffer.
  910.  
  911.         The following received characters are recognized by the term function,
  912.         regardless of parity, when they are fetched from the circular buffer
  913.         for the display.
  914.  
  915.         Modem Error Detected modem errors (parity error, framing error, break,
  916.           overrun) are counted in the e numeric parameter.  The E numeric
  917.           parameter may be used to represent modem errors as specific,
  918.           searchable characters.
  919.  
  920.           A detected overrun is displayed as a large fuzzy rectangle (hex B2).
  921.  
  922.         ETX EOT Ctrl-Z When receiving a message with the TWX protocol (in Host
  923.           Operation) these control characters will terminate the message.
  924.  
  925.         ENQ Iff q (TWX) mode or VT100 emulation ("display vt") is in effect,
  926.           transmit the answerback string parameter to the remote.  This is
  927.           equivalent to HEREIS on a Teletype(TM) machine.
  928.  
  929.         BELL Generates a tone in the speaker unless visual bell display is
  930.           enabled ("display bell=visual").  If the display has fallen behind
  931.           the incoming data, ZCOMM suppresses the bell due to the relatively
  932.           long time required to perform a bell ring.  If a file is being
  933.           transmitted with the term function, a bell character will pause
  934.           transmission for a short time.  (Some computers send bell characters
  935.           to indicate their input buffers are becoming overloaded.)
  936.  
  937.         FF If c mode is enabled, erase the screen.
  938.  
  939.         XOFF Suspends file transmission from ZCOMM.  XOFF is excluded from
  940.           pattern searches and does not display unless v mode is set.  After a
  941.  
  942.  
  943.         (C) 1989 Omen Tech Inc                        Chapter 20 Term Function
  944.  
  945.  
  946.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  947.         ZCOMM User Manual                                                  167
  948.  
  949.           timeout determined by the Kermit s numeric parameter (default 60
  950.           seconds), transmission will resume even if no XON character is
  951.           received.[3]
  952.  
  953.         XON Resumes file transmission from ZCOMM.  XON is excluded from
  954.           pattern searches and does not display unless v mode is set.
  955.  
  956.         NULL, Rubout (Hex 7F) and NULL (0) are not displayed unless ZCOMM is
  957.           in i (image) or v mode.  They are excluded from pattern searches.
  958.  
  959.         20.4  Buffer Writing
  960.  
  961.         If e (Emacs) mode is set, a buffer dump is performed before each
  962.         keyboarded character is sent to the remote, since normal XOFF based
  963.         flow control is assumed to be disabled.
  964.  
  965.         When the free space in the circular buffer is nearly exhausted, ZCOMM
  966.         sends an XOFF character to the remote[4] and writes the buffer
  967.         contents to the receive file[5] (if any).  The circular buffer is also
  968.         written to the receive file as a result of a "w" command, ALT-W key,
  969.         or once per second if j mode is in effect.
  970.  
  971.         When the circular buffer is written to a receive file, several control
  972.         characters are treated specially if i (image) mode is not set.  Iff s
  973.         mode is set, all control characters, except for those listed below,
  974.         are excluded from the received file.
  975.  
  976.         NULL ACK BELL XON XOFF RUBOUT ESC These characters are excluded from
  977.           the file.  Most "escape sequences" are also filtered form the
  978.           cpature file.  NULL, DELETE, XON, and XOFF are excluded from pattern
  979.           searches.
  980.  
  981.         ETX, EOT These characters close the file if q mode is in effect, as
  982.           when ZCOMM is receiving a message in host state using TWX protocol.
  983.  
  984.         Ctrl-Z (CPMEOF) Iff z mode is enabled, close the file.  Otherwise this
  985.           character is discarded.
  986.  
  987.         LF Iff n (nlmode) mode is on, a CR is written to the file before the
  988.           LF.  Linefeed is always passed to the file.
  989.  
  990.  
  991.         __________
  992.  
  993.          3. There is no timeout if the parameter is 0.
  994.  
  995.          4. Assuming e mode is not in effect.
  996.  
  997.          5. An XON is sent to the remote after this automatic buffer write
  998.             operation.
  999.  
  1000.  
  1001.  
  1002.         (C) 1989 Omen Tech Inc                        Chapter 20 Term Function
  1003.  
  1004.  
  1005.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1006.         ZCOMM User Manual                                                  168
  1007.  
  1008.         CR Iff a mode is in effect, a CR LF sequence is written to the file.
  1009.           Otherwise, if s mode is on, CR is only written to the file as a
  1010.           response to an LF in the circular buffer.
  1011.  
  1012.         BS Backspace is written to the file unless s mode is in effect, in
  1013.           which case it, and the last character written in the disk file, are
  1014.           deleted by backspacing the file write pointer.  This simulates the
  1015.           function of backspace on common CRT terminals.
  1016.           NOTE: This backspacing of the file write pointer operates the same
  1017.           as Teco and Emacs editors; it does not stop at the beginning of the
  1018.           line.  Backspacing over tab characters is tricky because it may take
  1019.           several backspaces to eliminate the spaces corresponding to one tab
  1020.           character, but only one is needed to eliminate the tab character in
  1021.           the output file.
  1022.  
  1023.         HT, FF These characters are always passed to the file, even if s mode
  1024.           is in effect.  If ss mode is in effect, FF is not passed to the
  1025.           file.
  1026.  
  1027.         20.5  Real Time Status Line
  1028.  
  1029.         A real time status line is displayed when DOS and OS/2 ZCOMM are in
  1030.         the term function.  The left part of this status line is also
  1031.         displayed when ZCOMM is in Host Operation awaiting a call.
  1032.  
  1033.         The first character position shows a blinking W if the circular buffer
  1034.         is being written to disk.  Otherwise, the first character position
  1035.         shows an L if the keyboard has been locked by a kbdlock command, or C
  1036.         if the Caps Lock key is activated.
  1037.  
  1038.         The second position shows an X if hardware handshaking is enabled and
  1039.         Clear to Send (CTS) is not received from the modem, or if an XOFF
  1040.         character has been received (software handshake).  This also happens
  1041.         when a file upload is using the p mode with GOchar = 17 (17 is decimal
  1042.         for XON) and ZCOMM has stopped at the end of a line.  Otherwise, an M
  1043.         is shown to indicate Keypad Mapped operation for terminal emulation.
  1044.         Otherwise, an N appears if the Num Lock key is activated and the K
  1045.         numeric parameter is 0 (84 key keyboard).
  1046.         SEE ALSO: handshake command, Terminal Emulation, Chapter 24.
  1047.  
  1048.         The third position displays the real time status of the following five
  1049.         conditions.  If more than one of the conditions is active at once, the
  1050.         displayed character will represent the condition listed first.
  1051.  
  1052.         X   if the buffer has nearly filled up and ZCOMM has sent an XOFF to
  1053.             suspend data transmission from the remote.
  1054.  
  1055.         E   when ZCOMM has sent an XOFF to suspend data transmission for Error
  1056.             Containment(TM).
  1057.  
  1058.  
  1059.  
  1060.  
  1061.         (C) 1989 Omen Tech Inc            Chapter 20 Term Function Status Line
  1062.  
  1063.  
  1064.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1065.         ZCOMM User Manual                                                  169
  1066.  
  1067.         S   if the term function is searching for one or more strings (defined
  1068.             by the pattern command).
  1069.  
  1070.         W   if term is waiting for a character echo before resuming
  1071.             transmission.
  1072.  
  1073.         w   if term is waiting for a fixed time before sending the next
  1074.             character or returning from a putw or wait command.
  1075.  
  1076.         The display column and row numbers are displayed next with the home
  1077.         position equivalent to 1, 1.  DOS's idea of the time of day is next.
  1078.         The minutes of elapsed time follow the time of day, modulo 24 hours
  1079.         (1440 minutes).  The elapsed time is reset by the ALT-E term
  1080.         subcommand and by the autodial.
  1081.  
  1082.         If carrier detect is absent, an L( Local) appears after the elapsed
  1083.         time.  The X.PC version will display c, p, or L in this position
  1084.         depending on whether ZCOMM is in character state, packet state, or
  1085.         Local (no carrier detect).
  1086.  
  1087.         The number of free characters in the Circular Buffer appears next.
  1088.  
  1089.         A user programmed message may be displayed in right side of the status
  1090.         line with the statlr string parameter.  Otherwise, the right side of
  1091.         the status line shows the communications port,[6] transmission speed
  1092.         ("baud rate") and the parity.
  1093.  
  1094.         The next field represents the modes that are enabled.  If the b, n, p,
  1095.         r, or w mode is set, that letter shows.  If p mode is set with with
  1096.         GOchar equal to XON (decimal 17), a P is shown.
  1097.  
  1098.         The v mode causes the view indicator to show ^ if control characters
  1099.         are being displayed in the style ^C where C is the alphabetic
  1100.         character corresponding to the control character.  The indicator shows
  1101.         ~ if characters with the 8th bit set are being displayed with a
  1102.         leading ~.
  1103.  
  1104.         Setting the a, c, e, h, i, j, l, q, s, t, u, x, and z modes causes the
  1105.         corresponding letter to be displayed.  The c, h, and s modes are
  1106.         displayed in upper case if their value is greater than 1.
  1107.  
  1108.         ON HOOK is displayed if the computer has disabled DTR (Data Terminal
  1109.         Ready).  The speed command should be used to assert DTR and allow the
  1110.         modem to go off hook (connect to line), e.g., "speed 1200".
  1111.  
  1112.  
  1113.  
  1114.         __________
  1115.  
  1116.          6. Virtual channel number for X.PC
  1117.  
  1118.  
  1119.  
  1120.         (C) 1989 Omen Tech Inc            Chapter 20 Term Function Status Line
  1121.  
  1122.  
  1123.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1124.         ZCOMM User Manual                                                  170
  1125.  
  1126.         If a transmit file is open, a < followed by the transmit file name is
  1127.         shown.
  1128.  
  1129.         If the file upload has been stopped by a grab command, Stopped(grab)
  1130.         is diplayed.
  1131.  
  1132.         If a receive capture file is open, a > followed by the file name is
  1133.         shown.
  1134.  
  1135.         EXAMPLE: LX 01 24 23:57 ET 0:46 L 31424    1:1200 8n p^t <upload.fil
  1136.         The keyboard has been "locked" by a kbdlock 1 command.  File upload
  1137.         has been stopped by an XOFF character.  The cursor in in column 1,
  1138.         line 24.  The elapsed time is 46 seconds.  Carrier is not present (L).
  1139.         There are 31424 free bytes in the circular buffer.  Transmission speed
  1140.         is 1200 bits per second.  Transmitted word length is 8 bits no parity
  1141.         (8n).  Since a speed of 1200 selects 1 stop bit, the mode is the same
  1142.         as "8-N-1" mentioned by many bulletin board systems.  The p mode makes
  1143.         file upload pause at the end of each line for a prompt character.
  1144.         View mode is set (ena -v).  Finally, t mode slows the transmission of
  1145.         each character from a soft keys or file.  The disk file upload.fil is
  1146.         being uploaded.
  1147.  
  1148.         The s numeric parameter sets the status line display attribute.  The
  1149.         default of 7 provides normal video.  With some displays, you can set
  1150.         it to dim with a ps8 command so it won't distract you.  It may be
  1151.         disabled with an "ESC x 1" sequence.
  1152.  
  1153.         20.5.1  X Windows status line  When operating under the X Windows
  1154.         xterm program, Unix flavors display a status line indicating Carrier
  1155.         Detect, elapsed time, and buffer free size.
  1156.  
  1157.         20.6  Conference Command/Local Editing
  1158.  
  1159.         When the conference command is given, two cursors appear.  The usual
  1160.         cursor will follow text as it arrives from the remote computer.  A
  1161.         second cursor in the conference window follows the text that you
  1162.         enter.
  1163.  
  1164.         While entering text to the conference window, the editing keys may be
  1165.         used to correct keyboarding mistakes.
  1166.  
  1167.         Beginning at column 64, the characters you enter will show in reverse
  1168.         video to remind you that the line is getting long.  (Conferencing
  1169.         software prepends your identifier or "handle" to each line you send; a
  1170.         long line will drop characters or otherwise mess up others' displays.)
  1171.  
  1172.         When you keyboard ENTER, LF, or ESC, or when you fill up the
  1173.         conference window, ZCOMM queues the line for transmission.  The
  1174.         conference window cursor disappears while the line is queued for
  1175.         transmission.
  1176.  
  1177.  
  1178.  
  1179.         (C) 1989 Omen Tech Inc                   Chapter 20 Conference Command
  1180.  
  1181.  
  1182.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1183.         ZCOMM User Manual                                                  171
  1184.  
  1185.         The line is transmitted as soon as the previous line (if any) has been
  1186.         sent.  When transmission begins, the conference window is cleared and
  1187.         the conference cursor reappears, allowing the next line to be
  1188.         keyboarded.  Attempts to enter characters into the conference window
  1189.         before transmission begins will ring the bell and be discarded.
  1190.  
  1191.         When in the conference command, the function keys operate the same way
  1192.         as they normally do in the term function.  The review subcommands (F2,
  1193.         PgUp, etc.) may be used to review portions of the conversation that
  1194.         have scrolled off the main screen.  The exit command F1 causes any
  1195.         characters entered in the conference window to be discarded.
  1196.  
  1197.         The following characters are passed directly to the remote and are not
  1198.         entered into the conference window: ETX SI DLE XON XOFF DC2 DC4 (^C ^O
  1199.         ^P ^Q ^S ^R ^T).
  1200.  
  1201.         Transmission from the conference window is controlled by the t, p, and
  1202.         w modes and their associated parameters.  If none of these modes are
  1203.         set, the line is transmitted at full speed.  If Half Duplex mode h is
  1204.         set, ZCOMM echoes the line as it is transmitted.  If H is set, a
  1205.         linefeed is transmitted and displayed after the carriage return.
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.         (C) 1989 Omen Tech Inc                      Chapter 20 Review Function
  1239.  
  1240.  
  1241.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1242.         ZCOMM User Manual                                                  172
  1243.  
  1244.         21.  REVIEW FUNCTION
  1245.  
  1246.         Review function commands page, search, cut, paste, and otherwise
  1247.         manipulate captured data stored in the circular buffer.
  1248.  
  1249.         The review function displays the approximate location of the displayed
  1250.         text within the circular buffer as a percentage of the buffer contents
  1251.         on the status line.  Unless i mode is in effect, escape characters are
  1252.         printed as $ (dollar sign) so they will not interfere with scrolling.
  1253.  
  1254.         Review subcommands consist of a single character preceded by an
  1255.         optional numeric argument.  (The default value is 1.) The numeric
  1256.         digits and the command are not echoed as they are entered.  For
  1257.         example, keyboarding 69+ moves down 69 lines.
  1258.  
  1259.         You don't have to wait for the screen to fill before entering the next
  1260.         review subcommand.  This comes in handy with the n subcommand.  Since
  1261.         the N subcommand searches in the reverse direction, you can thumb
  1262.         through messages (by searching for the subject header) very quickly,
  1263.         knowing that you can back up if you went past something interesting.
  1264.  
  1265.  
  1266.         21.1  Review Subcommands
  1267.  
  1268.         Defined soft keys are executed from review iff they do not conflict
  1269.         with the permanent definitions.
  1270.  
  1271.         Ctrl-L, Ctrl-Home Ctrl-L (form feed) clears the screen and refreshes
  1272.              the display without moving it.  Ctrl-L is useful after an error
  1273.              printout within review, or after a subcommand that writes to the
  1274.              screen such as ALT-D or ALT-S.
  1275.  
  1276.         a    Toggles the autowarp display mode, then refreshes the display.
  1277.              If the autowrap display mode is enabled, long lines can be
  1278.              viewed, but will cause lines at the top of the screen to scroll
  1279.              off.
  1280.  
  1281.         G    Go to the Nth line and display from there.  If N is omitted, go
  1282.              to the end instead.
  1283.  
  1284.         Home Display starting at the beginning of the capture buffer.
  1285.  
  1286.         r, R If a file is open as a result of a read command, read some more
  1287.              of the file into the buffer, replacing about 3/4 of the previous
  1288.              buffer contents (all if R subcommand).  A successful r subcommand
  1289.              erases the pointers set by the t and b subcommands.  The data
  1290.              read in from the file may overwrite the data currently displayed
  1291.              on the screen.  In this case, ZCOMM displays data starting with
  1292.              the oldest.
  1293.  
  1294.  
  1295.  
  1296.  
  1297.         (C) 1989 Omen Tech Inc                      Chapter 21 Review Function
  1298.  
  1299.  
  1300.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1301.         ZCOMM User Manual                                                  173
  1302.  
  1303.         F2, PgUp, ^B, * Display the Nth previous page (one line overlap is
  1304.              provided).
  1305.  
  1306.         SP, PgDn, ^F Clear screen and display the next Nth page.
  1307.  
  1308.         s, / Accept a search string, terminated by RETURN.  This string may
  1309.              have character escapes.  Search through the buffer for the Nth
  1310.              instance of string.  Lower case characters in string match either
  1311.              case; upper case characters in string match upper case characters
  1312.              only.  The display starts with that line.  If the search is
  1313.              unsuccessful, ring bell.  The search begins at the top of the
  1314.              display.
  1315.  
  1316.              SEE ALSO: ?, n, N subcommands
  1317.  
  1318.         ?    Prompts for search string as above, then searches backwards for
  1319.              the Nth occurrence of string starting with the line above the top
  1320.              of the buffer.
  1321.  
  1322.         n    Next searches for Nth occurrence of the previously entered string
  1323.              in the direction of the last "/" or "?" subcommand.  Typical
  1324.              usage would be to search for the first occurrence with the "/"
  1325.              subcommand, then use "n" to find more matches.
  1326.  
  1327.         N    Next searches for next Nth occurrence of the previously entered
  1328.              search string in the opposite direction to the original "/" or
  1329.              "?" subcommand.
  1330.  
  1331.         UpCursor, - Backup N lines and redisplay.
  1332.  
  1333.         DownCursor, +, Ctrl-J(LF) Move the display down N lines and redisplay.
  1334.  
  1335.         End  Go to the buffer end (where the most recent data is) and display.
  1336.  
  1337.         x    eXit returns to the previous function, and makes the term
  1338.              function redisplay the last page of buffer contents.[1] This
  1339.              restores the screen and keyboard to the same state they were in
  1340.              before review was entered.  The x subcommand allows you to see
  1341.              where you were if you were in the midst of keyboarding a command
  1342.              to the remote when you entered review.
  1343.  
  1344.              EXAMPLE: Suppose you are typing in a line of commands and you
  1345.              need to "thumb back" through the remote's output for some vital
  1346.              nugget of information.  (After you enter a 20 line email reply
  1347.  
  1348.  
  1349.         __________
  1350.  
  1351.          1. When the term function takes control, which is immediately if
  1352.             review was called from the term function.
  1353.  
  1354.  
  1355.  
  1356.         (C) 1989 Omen Tech Inc                      Chapter 21 Review Function
  1357.  
  1358.  
  1359.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1360.         ZCOMM User Manual                                                  174
  1361.  
  1362.              message, NOW Compuserve asks you for a certain random 8 digit
  1363.              account number to mail it to!) No sweat, just hit some PgUp's
  1364.              until you see the account number on the screen.  Now you can't
  1365.              remember whether or not you typed a space after the last part of
  1366.              you command to the remote.  No problem, just exit review with x
  1367.              and you'll see just where you were.
  1368.              NOTE: This subcommand should not be used when scripts are active.
  1369.  
  1370.         k    Kill the capture buffer contents and return to the previous
  1371.              function.
  1372.  
  1373.         Ctrl-Z, Ctrl-PgDn Kill the rest of the buffer by setting the character
  1374.              insertion pointer to just after the end of the current display.
  1375.              ZCOMM then redisplays the last lines of the buffer and returns to
  1376.              the previous function.
  1377.  
  1378.         t    Set the file dump[2] and printer dump pointers to the top of
  1379.              displayed text, and sets the bottom pointer to the end of the
  1380.              buffer.  The t subcommand is used with the b subcommand to
  1381.              specify which portion of the circular buffer should be written to
  1382.              a file with the w subcommand.  (Text between the top and bottom
  1383.              pointers is highlighted.)
  1384.  
  1385.         b    Set the bottom pointer to the beginning of the first line of
  1386.              displayed text.  If the top pointer had not been previously set,
  1387.              or if the bottom pointer is before the top pointer, ZCOMM will
  1388.              ring the bell and ignore the subcommand.  Otherwise, the text on
  1389.              the screen that was highlighted will now be displayed in normal
  1390.              intensity as what is showing on the screen has just been
  1391.              deselected.  (Text between the top and bottom pointers is
  1392.              highlighted.)
  1393.  
  1394.         w, W Write the text between the top and bottom pointers to a disk file
  1395.              or DOS device.[3] If the bottom pointer is not set, the rest of
  1396.              the buffer will be written.  ZCOMM prompts for a pathname.  If
  1397.              the top pointer is not set, a reminder is printed.  No log entry
  1398.              is made by this subcommand.  The W subcommand automatically
  1399.              appends the data to an existing file.
  1400.  
  1401.         F1, CR Return to previous function.
  1402.  
  1403.  
  1404.  
  1405.         __________
  1406.  
  1407.          2. This command should not be used while outputting to the printer (l
  1408.             mode) or while a Receive File is open unless you wish to select
  1409.             the data to be output.
  1410.  
  1411.          3. Useful DOS devices are PRN, LPT1, LPT2, and LPT3.
  1412.  
  1413.  
  1414.  
  1415.         (C) 1989 Omen Tech Inc                      Chapter 21 Review Function
  1416.  
  1417.  
  1418.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1419.         ZCOMM User Manual                                                  175
  1420.  
  1421.         !    Prompts for a DOS command, then attempts to execute it (DOS
  1422.              Gateway).
  1423.  
  1424.         @    Prompts for a ZCOMM command, then executes it.
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.         (C) 1989 Omen Tech Inc                   Chapter 21 Numeric Parameters
  1475.  
  1476.  
  1477.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1478.         ZCOMM User Manual                                                  176
  1479.  
  1480.         22.  NUMERIC PARAMETERS
  1481.  
  1482.         Numeric parameters are set with the p command in the form px# where x
  1483.         is the one letter name of the parameter and "#" is the numeric value.
  1484.  
  1485.         Numbers may have an optional leading "-" (minus) sign.  Numbers are
  1486.         normally decimal, but hex numbers may be input as 0xHH, printing ASCII
  1487.         character values may be entered as 0cC, and control characters may be
  1488.         represented as 0^C.
  1489.  
  1490.         Value           Possible entries
  1491.         65              65  0x41  0cA
  1492.         3               3  0x3  0^C
  1493.  
  1494.         Typing "p" without a parameter name displays the current values of the
  1495.         numeric parameters in decimal.
  1496.  
  1497.         EXAMPLE: pS5 sets the timeout interval in seconds waiting for XON
  1498.         characters or positive flow control.  to decimal 5 seconds.
  1499.  
  1500.  
  1501.         EXAMPLE: pv-1 sets the v numeric parameter to -1, suppressing some
  1502.         routine messages
  1503.  
  1504.  
  1505.         #  The # numeric parameter sets the number of lines used by the built
  1506.            in display driver.  The default value is 24.  A value of 25 may be
  1507.            used for applications which require access to all 25 display lines.
  1508.            A small value may be used when running ZCOMM under TopView to fit
  1509.            the information into a small window.  The cls or reset command
  1510.            should be given after setting the parameters to initialize the
  1511.            screen driver to the new values.  If running with a virtual screen
  1512.            with TopView or DESQview, the # and $ numeric parameters are
  1513.            limited to 24 by 80 maximum.  Full screen applications may give
  1514.            abnormal displays if these parameters are set too small.
  1515.            Nonsensical values tend to produce nonsensical displays.
  1516.  
  1517.            EXAMPLE: cls; p#9; reset clears the screen, sets a 9 line window,
  1518.            and initializes the screen driver to the new value.
  1519.  
  1520.         $  Sets the number of CRT columns.  A cls or reset command should be
  1521.            given after changing the $ numeric parameter.  The default value
  1522.            (80) is that returned by the BIOS video interrupt 15h call.  This
  1523.            parameter may be set to support 132 column displays if the 132
  1524.            column display mode is set before ZCOMM is called.[1] ZCOMM does
  1525.  
  1526.  
  1527.         __________
  1528.  
  1529.          1. With most display BIOS ROMs, ZCOMM reads the columns and lines
  1530.             values from the BIOS when starting up or regaining control after a
  1531.  
  1532.  
  1533.         (C) 1989 Omen Tech Inc                   Chapter 22 Numeric Parameters
  1534.  
  1535.  
  1536.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1537.         ZCOMM User Manual                                                  177
  1538.  
  1539.            not support displays less than 80 columns wide.  The display
  1540.            hardware must use the same number of columns as the $ parameter if
  1541.            the resultant presentation is to make any sense.
  1542.  
  1543.            SEE ALSO: # and V numeric parameters
  1544.  
  1545.         -  If non zero, the DOS Gateway (used with the ! command, etc.) uses
  1546.            the undocumented DOS 37h function to fetch the current value of
  1547.            SWITCHAR.
  1548.  
  1549.            If negative, ZCOMM uses DOS line input (function 0xA) for commands
  1550.            given from the main prompt.  This enables DOS command line editors
  1551.            such as POLYboost [2] and CED.  When these editors are active, they
  1552.            (and not ZCOMM) interpret control, function and ALT- keys.
  1553.  
  1554.         *  Sets the CRT attribute for highlighted messages.
  1555.  
  1556.            EXAMPLE: p*12 gives bright red.
  1557.  
  1558.  
  1559.         ?  Count of the number of files sent or received with a protocol, and
  1560.            the number of lines matched by the find command.  A failed password
  1561.            validation sets this negative.  The exit status of subprograms is
  1562.            stored in this parameter.  Because of a bug in DOS COMMAND.COM, the
  1563.            return value is valid only with Unix/Xenix flavors.
  1564.  
  1565.            SEE ALSO: ?  test condition
  1566.  
  1567.         @  Sets the CRT attribute for the (normally) blinking messages such as
  1568.            FILES OPEN.  The numeric values are explained below, with the n
  1569.            numeric parameter.
  1570.  
  1571.            EXAMPLE: p@12 makes ZCOMM's normally blinking messages appear
  1572.            bright red.
  1573.  
  1574.         If set non zero (the default), causes a drop of DTR, equivalent to a
  1575.         bye command each time a telephone number is dialed as a command.
  1576.  
  1577.         B  If set non zero (the default), causes a bye command to be issued
  1578.            each time a telephone number is executed as a command.
  1579.  
  1580.            SEE ALSO: mcommand string parameter, number dialing commands
  1581.  
  1582.  
  1583.  
  1584.         ______________________________________________________________________
  1585.  
  1586.             DOS Gateway.
  1587.  
  1588.          2. POLYboost is a product of the POLYTRON corporation.
  1589.  
  1590.  
  1591.  
  1592.         (C) 1989 Omen Tech Inc                   Chapter 22 Numeric Parameters
  1593.  
  1594.  
  1595.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1596.         ZCOMM User Manual                                                  178
  1597.  
  1598.         C  If non zero, only display C ESC sequences per screen in the Review
  1599.            Function, and count escape sequences when advancing or backing up
  1600.            in the review buffer.  Otherwise, ESC sequences are not counted.
  1601.  
  1602.         E  If non 0, substitute this for characters with bad parity detected
  1603.            by the term function with e mode (Error Containment(TM)).
  1604.  
  1605.            EXAMPLE: ena -7e;  pE63 Substitute ?  for characters received with
  1606.            odd parity.
  1607.  
  1608.  
  1609.         F  Sets the CRT attribute for dim (faint) messages such as ANSI SGR2.
  1610.  
  1611.            EXAMPLE: pF8 gives gray.
  1612.  
  1613.  
  1614.         H  In Host Operation, sets the timeout in seconds for entering a
  1615.            command or string in response to a command or other prompt,
  1616.            including the accept command.  A value of 0 (the default) disables
  1617.            this timeout.
  1618.  
  1619.         K  If non 0, executes keyboard BIOS calls to recover extended codes
  1620.            from 101 key keyboards.
  1621.  
  1622.         N  When enabled with display mapkb, this parameter controls the
  1623.            relationship between ANSI/VT52 Alternate Keypad mode (DECKPAM,
  1624.            ESC=), ANSI Numeric Keypad mode (DECKPNM, ESC>), and the PC's
  1625.            keyboard Num-Lock state.
  1626.  
  1627.            0  causes ZCOMM to set the PC's keyboard Num_Lock state to match
  1628.               Numeric Keypad mode when DECKPNM or DECKPAM is received.
  1629.  
  1630.            32 causes ZCOMM to set the PC's keyboard Num_Lock state to the
  1631.               opposite of Numeric Keypad mode when DECKPNM or DECKPAM is
  1632.               received.
  1633.  
  1634.            1  causes ZCOMM to set the PC's keyboard Num_Lock on in response to
  1635.               either DECKPNM or DECKPAM.
  1636.  
  1637.            2  causes ZCOMM to set the PC's keyboard Num_Lock off in response
  1638.               to either DECKPNM or DECKPAM.
  1639.  
  1640.            SEE ALSO: display, mk and ALT-M commands
  1641.  
  1642.         O  Controls OverThruster(TM) operation with XMODEM, XMODEM-1k, YMODEM,
  1643.            and YMODEM-1k downloads.  This parameter should be set as follows:
  1644.  
  1645.            CompuServe XMODEM This OverThruster mode is known to be effective
  1646.                 on CompuServe.  Negative numbers control the number of bytes
  1647.                 added to the window on XMODEM downloads from the network.
  1648.                 Larger numbers increase throughput, but cause improperly
  1649.  
  1650.  
  1651.         (C) 1989 Omen Tech Inc                   Chapter 22 Numeric Parameters
  1652.  
  1653.  
  1654.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1655.         ZCOMM User Manual                                                  179
  1656.  
  1657.                 interfaced MNP modems and network nodes to drop characters
  1658.                 under stress, disrupting the file transfer.
  1659.  
  1660.                 EXAMPLE: pO-512; ro file1.ext
  1661.  
  1662.  
  1663.            Other XMODEM Positive numbers up to a system dependent value less
  1664.                 than the protocol block size increase throughput.  Larger
  1665.                 values induce timeouts and/or retransmitted blocks.  The
  1666.                 optimum value must be determined by experiment.  If you see
  1667.                 the message: Retry 0:  Received dup Sector very often, the
  1668.                 value should be reduced.  60 usually give best results with
  1669.                 MNP modems at 2400 bps.  The optimum value varies depending on
  1670.                 the remote computer, modem(s), system traffic, and the network
  1671.                 node.
  1672.  
  1673.                 EXAMPLE: pO60; ro file1.ext
  1674.  
  1675.  
  1676.         R  If non zero, remove incomplete files received with a protocol
  1677.            except those received with the + option (default 0).
  1678.  
  1679.         S  Timeout interval in seconds waiting for XON characters or positive
  1680.            flow control (default 15).  If an XON is not received within this
  1681.            time, transmission resumes anyway.  A value of 0 disables this
  1682.            timeout.
  1683.  
  1684.         T  If Command Reentry has been enabled with the history command, the T
  1685.            parameter prevents commands with fewer than T characters from being
  1686.            stored in the history file.  Excluding short and easy to type
  1687.            commands from the history file makes it easier to find the commands
  1688.            that are difficult to keyboard.
  1689.  
  1690.            Setting T to a large number disables the storage of commands and
  1691.            strings.  This may be used to exclude passwords and other sensitive
  1692.            information from the history file.
  1693.  
  1694.            SEE ALSO: history command
  1695.  
  1696.         V  VIDEO BIOS display mode to switch the display to 132 columns in
  1697.            response to a VT-100 DECCOLM mode set command.  To support boards
  1698.            using an extended code in the bl register, calculate N = bl + (256
  1699.            * al).
  1700.  
  1701.            A popular value is 35 for the Tseng, ATI, and other extended EGA
  1702.            boards.  The Genoa Super EGA Hi-Res likes 96.  The Everex EVGA uses
  1703.            28684.  The default value of 0 inhibits this function.
  1704.  
  1705.         W  This numeric parameter supports Video7 and similar boards which
  1706.            require a non 0 value in the AH register on INT 10h bios calls for
  1707.            setting video modes (e.g., 132 columns).  The value of the W
  1708.  
  1709.  
  1710.         (C) 1989 Omen Tech Inc                   Chapter 22 Numeric Parameters
  1711.  
  1712.  
  1713.         Version 17.50 TurboDial 2.33            Universal Line Printer Edition
  1714.         ZCOMM User Manual                                                  180
  1715.  
  1716.            numeric parameter (default 0) is placed in the AH register when
  1717.            attempting to switch video modes.
  1718.  
  1719.         X  On Unix flavors, preset to +1 if the XTERM environment variable
  1720.            contains xterm, preset to -1 if the variable contains the string
  1721.            401 indicating a Tektronix storage tube graphics terminal,
  1722.            otherwise remains at 0.  Positive values allow the term function to
  1723.            use the X Windows xterm status line.  Negative values inhibit
  1724.            status line updates while Tek graphics are active.
  1725.  
  1726.         Z  Hot zone column used for keyboard entry with the message and
  1727.            privatecommands.  A space character keyboarded within the hot zone
  1728.            finishes the line.
  1729.  
  1730.         a  The a parameter calibrates certain XMODEM and YMODEM protocol
  1731.            timeouts.  The default value is set during initialization to an
  1732.            appropriate value for an IBM Personal Computer, PC-jr, DG/One, or
  1733.            8mHz PC-AT (2000 for 4.77 mHz PC, 4000 for a PS2/30, 6000 for an 8
  1734.            mHz AT, 12000 for a PS2/80).  If ZCOMM is run on a non standard
  1735.            machine, accelerator, or under a time slicing operating environment
  1736.            such as TopView, these timeouts may be recalibrated with the a
  1737.            numeric parameter.  Larger numbers give longer timeouts.  This
  1738.            parameter should then be set with a pa# command in the telephone
  1739.            directory setup entry.  The value for this parameter will change if
  1740.            ZCOMM is used with a different computer type or multitasking
  1741.            operating system.
  1742.  
  1743.         b  Sets the video color for the screen border.  The mapping of b
  1744.            parameter values to color is hardware dependent.  New values of the
  1745.            b parameter take effect with the next screen clear.
  1746.  
  1747.         c  The c parameter sets the callout interval in seconds between scans
  1748.            for outgoing messages.  The default is 300 seconds (five minutes).
  1749.  
  1750.            EXAMPLE: pc600 sets the interval between callout queue scans to 10
  1751.            minutes.
  1752.  
  1753.  
  1754.            SEE ALSO: Callout queue
  1755.  
  1756.         d  A non zero value (the default) causes incoming files received with
  1757.            ZMODEM and full YMODEM Batch protocol to have their Date set to
  1758.            that sent in the file header.  ZMODEM's file management features
  1759.            depend on the transmission of each file's modification date.  Files
  1760.            between two copies of ZCOMM will have the same creation date, even
  1761.            if the two machines are in different time zones.  When transferring
  1762.            files to/from a Unix system, creation dates are interpreted
  1763.            according to GMT or Universal Coordinated Time.  File dating should
  1764.            be enabled with a pd1 command in the telephone directory setup
  1765.            entry.
  1766.  
  1767.  
  1768.  
  1769.         (C) 1989 Omen Tech Inc                   Chapter 22 Numeric Parameters
  1770.  
  1771.